projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
380e25b
)
Make sure `mv' supports forward slashes and -f.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 31 Oct 1996 19:53:19 +0000
(19:53 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 31 Oct 1996 19:53:19 +0000
(19:53 +0000)
config.bat
patch
|
blob
|
history
diff --git
a/config.bat
b/config.bat
index 8f8b4b6629be5f3e00ff668eebbc476990bf3bae..dfd7505d39d154e2fb082726b4a22b936f5a13df 100644
(file)
--- a/
config.bat
+++ b/
config.bat
@@
-75,7
+75,7
@@
Goto End
Echo Checking whether 'mv' is available...
\r
rm -f junk.1 junk.2
\r
echo foo >junk.1
\r
-mv junk.1 junk.2
\r
+mv junk.1
./
junk.2
\r
If Exist junk.2 Goto mvOk
\r
Echo To configure 'Emacs' you need to have 'mv'!
\r
rm -f junk.1
\r